-
I am creating an app similar to a notes app. I have an activity that is called AddEditUserActivity, and, as …
- 393 views
- 1 answers
- 0 votes
-
Update: When the Android back button is pressed (the default on at the bottom of the screen), everything works perfectly, …
- 371 views
- 2 answers
- 0 votes
-
- 388 views
- 1 answers
- 0 votes
-
hi hope you are doing well i am facing an issue while setting the data on spinner when i use …
- 348 views
- 0 answers
- 0 votes
-
I want to launch a specific activity of another app from my app. For example, on the onCreate of my …
- 387 views
- 1 answers
- 0 votes
-
I wrote this code to open a website in the browser from my app in android studio(google): String google = …
- 348 views
- 1 answers
- 0 votes
-
I have some code snippet for opening whatsapp with some flags as bellow Intent intent = new Intent(); intent.setClassName("com.whatsapp", "com.whatsapp.HomeActivity"); …
- 407 views
- 1 answers
- 0 votes
-
I have two activities and the second activity should send back a string of text to the appropriate textview on …
- 393 views
- 0 answers
- 0 votes
-
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update …
- 353 views
- 0 answers
- 0 votes